home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libdv4 / README < prev    next >
Text File  |  2004-07-14  |  2KB  |  82 lines

  1. This is LibDV, a GPL codec for DV video.  
  2.  
  3. See http://libdv.sourceforge.net/
  4.  
  5. LibDV now uses the GNU "Autotools" for building.  
  6.  
  7. BUILDING from CVS checkout
  8. ==========================
  9.  
  10. Starting with version 0.98, the libdv CVS repository does include the
  11. configure script generated by the autotools.  Hopefully, this will
  12. ease the pain for people who are not inclined to modify their machines
  13. installation just to build libdv.
  14.  
  15. If you do have such desire, you can still bootstrap the build
  16. with*:
  17.  
  18.   autoreconf -i
  19.  
  20. You should check for any fatal errors, noting that you can expect some
  21. warnings which are harmless.
  22.  
  23.  
  24. To build the libdv library and the example player:
  25.  
  26.   ./configure 
  27.   make
  28.  
  29. The makefile generated by the autotools is very large, so the more
  30. useful targets don't jump out at you.  Here are a few.
  31.  
  32. Build a "tar.gz" distribution file:
  33.  
  34.   make dist 
  35.  
  36. Build a rpm package file.  This requires you run as root, or you
  37. setup your ~/.rpmmacros to allow building rpms without root:
  38.  
  39.   make rpm 
  40.  
  41. Clean up objects and binaries:
  42.  
  43.   make clean 
  44.  
  45. Clean up including files generated by autotools, which should return
  46. the working directory state to be like it as after a CVS checkout:
  47.  
  48.   make maintainer-clean 
  49.  
  50.  
  51. * Since libdv 0.103, the boostrap file is considered obsolete.  
  52.   Autoconf now includes the program autoreconf that can serve the
  53.   same role.
  54.  
  55.  
  56.  
  57. NTSC Setup/Pedestal
  58. ===================
  59.  
  60. This option has been disabled in libdv due to improper usage.
  61. If you are still curious about this topic, see Adam Wilt's DV FAQ:
  62. http://www.adamwilt.com/DV-FAQ-tech.html#Setup
  63.  
  64.  
  65. Luma and Chroma Clamping
  66. ========================
  67.  
  68. ITU-R 601 specifies that the legal range for luma is 16-235 and 
  69. for chroma is 16-240 regardless of NTSC, PAL, or setup issues. However,
  70. some users take advantage of the footroom or headroom below or above
  71. these ranges to encode additional information for things such as
  72. luma keying. The luma and chroma clamp options permit the range checking
  73. to be disabled to preserve the superblack and superwhite.
  74.  
  75. For more information read Charles' Poyton's Color FAQ:
  76. http://www.inforamp.net/~poynton/notes/colour_and_gamma/ColorFAQ.html#RTFToC30
  77.  
  78. and his white paper "Merging Computing with Studio Video:
  79. Converting Between R'G'B' and 4:2:2":
  80. http://home.inforamp.net/~poynton/papers/Discreet_Logic/index.html
  81.  
  82.